(describe-character-set): Pay attention to charsets that don't have
authorKenichi Handa <handa@m17n.org>
Wed, 31 Jan 2001 00:05:32 +0000 (00:05 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 31 Jan 2001 00:05:32 +0000 (00:05 +0000)
ISO2022's final char.

lisp/international/mule-diag.el

index 43e1270856098a9cfc5e15f78aa252e1b164d444..bbc818591a2b117f225a5e8738e5bb24c99806e7 100644 (file)
@@ -492,7 +492,7 @@ detailed meanings of these arguments."
                    (format "%d\n" (aref info 3))
                  (format "%dx%d\n" (aref info 3) (aref info 3))))
        (insert "the final char of ISO2022's designation sequence: ")
-       (if (aref info 8)
+       (if (>= (aref info 8) 0)
            (insert (format "`%c'\n" (aref info 8)))
          (insert "not assigned\n"))
        (insert (format "width (how many columns on screen): %d\n"